﻿#lkbBuscar {
    height: 0;
    background: none;
    border: none;
    box-shadow: none;
    color: #006bae;
}

button.botao-topo {
    position: absolute;
    top: 2em;
    right: 0;
    border: none;
    background: none;
    color: #006bae;
    font-size: 0.9rem;
}

    button.botao-topo i {
        padding-right: 5px;
    }

button.indice-link {
    border: none;
    background: none;
    color: #006bae;
    font-size: 1rem;
    line-height: 1.45;
    font-family: 'CAIXA Std Book';
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility;
    font-variant-ligatures: common-ligatures;
    text-align: left;
}

span.erro {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: .8rem;
    line-height: 1.5em;
    color: #444;
    background-color: #ffb7b6;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 0 0 3px 3px;
}

p.open-categoria {
    display: block !important;
}

.item-oculto {
    display: none !important;
}

/*loading*/
#loading {
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.2;
    z-index: 9999;
    display: none;
}

    #loading .icon-loading {
        width: 80px;
        height: 80px;
        position: fixed;
        z-index: 99999;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 4px;
        padding: 1rem;
        background-image: url("/Style Library/pix/img/loading.gif");
        background-repeat: no-repeat;
        background-size: 80px 80px;
    }